func runtime.traceGoroutineStackID

4 uses

	runtime (current package)
		traceallocfree.go#L139: 	tl.eventWriter(tracev2.GoRunning, tracev2.ProcRunning).event(tracev2.EvGoroutineStack, traceGoroutineStackID(base), order)
		traceallocfree.go#L145: 	tl.eventWriter(tracev2.GoRunning, tracev2.ProcRunning).event(tracev2.EvGoroutineStackAlloc, traceGoroutineStackID(base), order)
		traceallocfree.go#L150: 	tl.eventWriter(tracev2.GoRunning, tracev2.ProcRunning).event(tracev2.EvGoroutineStackFree, traceGoroutineStackID(base))
		traceallocfree.go#L154: func traceGoroutineStackID(base uintptr) traceArg {